home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 316 / libsrc / dup.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-20  |  86 b   |  9 lines

  1.  
  2. #include <osbind.h>
  3.  
  4. int dup(handle)
  5. int handle;
  6. {
  7.   return(Fdup(handle));
  8. }
  9.